@charset "utf-8";
/*通用*/
::selection { color: #fff; background-color: #025098; }
::-moz-selection { color: #fff; background-color: #025098; }
::-webkit-selection { color: #fff; background-color: #025098; }
.container {width:1180px; margin:0 auto;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}

/*header*/
.header .top{ color: #4c4c4c; font-size: 12px; background-color: #e5e5e5; line-height: 40px;}
.header .top .top_box a{ padding:0 3px; color: #4c4c4c; font-size: 12px;}
.header .header_box { padding: 20px 0; }
.header .header_box .logo a { display: block; width:230px; height:98px; padding-right: 30px;}
.header .header_box .logo img { width:100%; height:100%; display: block; }
.header .header_box .word { padding-left:30px;  border-left: 1px solid #808080; margin-top: 30px;}
.header .header_box .word h4{ font-size: 18px; color: #025098; }
.header .header_box .word h5{ font-size: 18px; color: #707070;}
.header .header_box .tel { background: url("../images/icon1.png") no-repeat left center; padding-left: 120px; line-height: 24px; height: 88px; margin-top: 20px;}
.header .header_box .tel h4 { font-size:45px; color: #025098; font-family:"黑体"; padding-top:15px; }

/*nav*/
.nav{ background-color: #025098; width:100%; height: 50px; }
.nav .nav_box li { float:left; width:131px; height:50px; line-height:50px; text-align:center;}
.nav .nav_box li a { display: block; color: #fff;}
.nav .nav_box li.another a{ background-color: #c82110;}
.nav .nav_box li:hover a { background-color: #c82110;}
.fixedNav {  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 9999;  }

/*foot*/
.foot .fnav { height: 60px; width: 100%; background-color: #025098; color: #fff; }
.foot .fnav .fnav_box a { line-height: 60px; padding:0 27px; color: #fff; }

.foot .f_not { background: url("../images/foot.jpg") no-repeat center; width: 100%; height: 226px;}
.foot .f_not .f_not_box { position: relative;}
.foot .f_not .f_not_box .foot2 { color: #fff; font-size: 16px; line-height: 24px; padding-top: 40px;}
.foot .f_not .f_not_box .foot2 h2 { font-size: 16px; }
.foot .f_not .f_not_box .foot2 span { margin: 0 5px; }
.foot .f_not .f_not_box .foot2 a { color: #fff; margin:0 5px;  font-size: 16px; }

.foot .f_not .f_not_box .foot3 { position: absolute; right: 0; top:55px;}
.foot .f_not .f_not_box .foot3 img { width: 120px; height:120px; }













